home *** CD-ROM | disk | FTP | other *** search
- shader()
- {
- cull("none")
- sortweight("sprite")
-
- pass()
- {
- pixelshader("hatch.psh")
-
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
-
- tmu()
- {
- TexMod("scale", "const", 10, 0, 0, "const", 10, 0, 0)
- //TexMod("translate", "lin", 0, 5, 0, "lin", 0, 5, 0)
- texture()
- {
- Image("hatch.dds")
- filtering("linear_no_mip")
- }
- }
-
- depthfunc("always", 0)
- nofog()
- }
- }
-
-